home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1429 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  999 b 

  1. From: itschere@techfak.uni-bielefeld.de
  2. Subject: bug in mntlib44's getpass.c?!?
  3. Date: Wed, 18 May 94 19:30:42 +0100
  4.  
  5.  Hi!
  6.  
  7.  There seems to be a bug/feature in the getpass.c code of the current Mintlib.
  8. The problem is that it only reads PASS_MAX+1 chars, but the +1 is only enough
  9. to hold the terminating #0. So if you have want to read passwords with 8 chars,
  10. you won't be able to hit return/enter, because the routine exists earlier.
  11. It's not something terribly bad, but annoying. If you replace the two
  12. occurences of PASS_MAX+1 with PASSMAX+2, everything looks fine again.
  13.  
  14.  It happened to me when using Steve's (hi! :-) MintOS 1.3 package. Obviously,
  15. because he now uses the library routines for the BSD sources, where the old
  16. 1.2 used its own routines...
  17.  
  18. ciao,
  19. TeSche
  20. --
  21. Torsten Scherer (TeSche, Schiller...)
  22. Faculty of Technology, University of Bielefeld, Germany, Europe, Earth...
  23. | Use any of "finger itschere@129.70.131.2-15" for adresses and more.    |
  24. | Last updated: 14. April 1994.                        |
  25.